home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
51327
/
51327.xpi
/
chrome
/
content
/
ff-overlay.js
next >
Wrap
Text File
|
2009-12-03
|
311b
|
19 lines
if(!wdtb) var wdtb={};
if(!wdtb.wdtb_open) wdtb.wdtb_open={};
wdtb = {
wdtb_open: function(event, url) {
if (event.button == 0) {
loadURI (url);
}
else {
gBrowser. selectedTab = gBrowser. addTab (url, null, null);
document.getElementById('wdtbmenu').hidePopup();
}
}
}